adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / XmlUtil Class / WriteValue Method / WriteValue(XmlWriter,String,Nullable<DateTimeOffset>) Method

In This Topic
    WriteValue(XmlWriter,String,Nullable<DateTimeOffset>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub WriteValue( _
       ByVal writer As XmlWriter, _
       ByVal fieldName As String, _
       ByVal value As Nullable(Of DateTimeOffset) _
    ) 
    public static void WriteValue( 
       XmlWriter writer,
       string fieldName,
       Nullable<DateTimeOffset> value
    )

    Parameters

    writer
    fieldName
    value
    See Also